arm: fix Kconfig symbol dependency on arm features
authorLuca Fancellu <luca.fancellu@arm.com>
Wed, 9 Nov 2022 14:04:20 +0000 (14:04 +0000)
committerJulien Grall <jgrall@amazon.com>
Thu, 10 Nov 2022 19:04:40 +0000 (19:04 +0000)
commit08c6f57cfebad4046dabc05092b4a27c61a39980
tree89bc7b8ee8280f108c3e489e3a1c992ff50f0996
parenta4180b03fffafa1868b0bcacc20198d4caef2908
arm: fix Kconfig symbol dependency on arm features

The commit 3c2a14ea81c7 is introducing some unsupported arm features
that by default are disabled and are used for the cpufeature.c code.

As they are disabled by default, a typo in the Kconfig symbol they
depend on has landed in the codebase unnoticed, instead of depending
on ARM64 which does not exist, fix the code to depend on ARM_64 that
is the intended symbol.

Fixes: 3c2a14ea81c7 ("arm: Define kconfig symbols used by arm64 cpufeatures")
Signed-off-by: Luca Fancellu <luca.fancellu@arm.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
xen/arch/arm/Kconfig